home *** CD-ROM | disk | FTP | other *** search
- % Parameter control file for C language source used by shrouder program
-
-
- % These parameters control string processing
- STRING: ","
- CHAR: ','
- SPECIAL CHAR: \
-
- % These parameters control name substitutions
- NAME JOINS: _
- KEEP LENGTH: No,6
- KEEP SEPARATORS: Yes
- CASE SENSITIVE: Yes
- KEEP CASE: Yes
- MAX LENGTH: 31
- DUP CHECK: 5
-
- % Comment delimiters
- LINE COMMENT: //
- COMMENT: /*,*/
- NESTED: No
- OUT COMMENT: /*,*/
-
- % Include file handling
- INCLUDING: #include,<>
- INCLUDING: #include,""
- SKIP INCLUDE: <>
- REPLACE NUMBS: #define &&name &&numb
- REPLACE STRGS: #define &&name &&text
- STRING TO HEX: Yes
-
- % Random name generation and miscellaneous
- SEED RANDOM: Yes
- COMPRESS LINE: Yes,70
- COMPRESS SKIP: #define
- LINE CONTINUE: \,End
- REGISTRATION: LNK Corporation,, Inc. Riverdale, MD
- SERIAL NUMBER: L01-,IL-1
- OBSCURE NAMES: Yes
- BLOCK TOKENS: {,}
- FUNCTIONS OFF: main(void),
- DEFINE CODE: #define &&name &&text
- DEFINE GLOBLS: No
- DEFINE KEYWRD: Yes
- DEFINE REPLACE: }, aczz
- DEFINE REPLACE: ), x_Rqz
-